gtkwidget: Activate key bindings through run_controllers()
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 11 Mar 2018 12:44:37 +0000 (13:44 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 5 Apr 2018 17:26:54 +0000 (19:26 +0200)
commit6892b5c5ba453c9062dae0021e8cafbbcc3970ec
tree8cd512eb932acee9a4af7fda4986638fa521cab1
parentd74ecfb02ea1612611050837f38c6628973dd9e9
gtkwidget: Activate key bindings through run_controllers()

Deferring a bit further making those a standalone controller, make
binding activation happen on run_controllers(), so it happens by
default on widgets (unless the key event was consumed earlier)
without the need of a legacy event controller.
gtk/gtkwidget.c